home *** CD-ROM | disk | FTP | other *** search
- inherited UpdateForm: TUpdateForm
- Left = 541
- Top = 333
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- AutoScroll = False
- Caption = 'Updating'
- ClientHeight = 401
- ClientWidth = 492
- Constraints.MinHeight = 428
- Constraints.MinWidth = 500
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited InfoShape: TTntShape
- Left = 216
- Width = 268
- end
- inherited PathLabel: TTntLabel
- Width = 80
- Caption = '&Folder to update'
- end
- inherited StatLabel: TTntLabel
- Left = 216
- Width = 268
- end
- inherited FilesLabel: TTntLabel
- Left = 232
- end
- inherited BytesLabel: TTntLabel
- Left = 232
- end
- inherited TimesLabel: TTntLabel
- Left = 232
- end
- inherited FilesText: TTntLabel
- Left = 278
- end
- inherited BytesText: TTntLabel
- Left = 278
- end
- inherited TimesText: TTntLabel
- Left = 278
- end
- inherited FailsLabel: TTntLabel
- Left = 232
- end
- inherited FailsText: TTntLabel
- Left = 278
- end
- object MaskLabel: TTntLabel [12]
- Left = 216
- Top = 152
- Width = 48
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Files &mask'
- FocusControl = MaskEdit
- end
- inherited StatusLabel: TTntLabel
- Left = 216
- Width = 268
- end
- inherited TreeList: TVirtualExplorerTree
- Width = 200
- Height = 316
- end
- inherited PathEdit: TTntComboBox
- Width = 476
- end
- inherited StartButton: TTntButton
- Left = 216
- Top = 354
- TabOrder = 7
- end
- inherited CloseButton: TTntButton
- Left = 300
- Top = 354
- TabOrder = 8
- end
- inherited StatusBar: TTntStatusBar
- Top = 382
- Width = 492
- end
- object MaskEdit: TTntEdit
- Left = 216
- Top = 168
- Width = 268
- Height = 21
- Anchors = [akTop, akRight]
- TabOrder = 2
- Text = '*.*'
- end
- object RecurseBox: TTntCheckBox
- Left = 216
- Top = 196
- Width = 268
- Height = 17
- Anchors = [akTop, akRight]
- Caption = '&Recursive processing subfolders'
- TabOrder = 3
- end
- object ModeBox: TTntGroupBox
- Left = 355
- Top = 236
- Width = 128
- Height = 110
- Anchors = [akTop, akRight]
- Caption = ' &Update hash values '
- TabOrder = 6
- DesignSize = (
- 128
- 110)
- object ModeAllBox: TTntCheckBox
- Left = 8
- Top = 16
- Width = 112
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'for &All files'
- TabOrder = 0
- OnClick = ModeAllBoxClick
- end
- object ModeSizeBox: TTntCheckBox
- Left = 8
- Top = 48
- Width = 112
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'if Si&ze changed'
- TabOrder = 1
- OnClick = ModeNewBoxClick
- end
- object ModeTimeBox: TTntCheckBox
- Left = 8
- Top = 68
- Width = 112
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'if Ti&me changed'
- TabOrder = 2
- OnClick = ModeNewBoxClick
- end
- object ModeHashBox: TTntCheckBox
- Left = 8
- Top = 88
- Width = 112
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'if has &Empty hash'
- TabOrder = 3
- OnClick = ModeNewBoxClick
- end
- end
- object DefaultBox: TTntGroupBox
- Left = 216
- Top = 236
- Width = 130
- Height = 110
- Anchors = [akTop, akRight]
- Caption = ' &Defaults for new files '
- TabOrder = 5
- DesignSize = (
- 130
- 110)
- object HashLabel: TTntLabel
- Left = 8
- Top = 17
- Width = 49
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Hash type'
- FocusControl = HashBox
- end
- object CodeLabel: TTntLabel
- Left = 8
- Top = 65
- Width = 70
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Hash encoding'
- FocusControl = CodeBox
- end
- object HashBox: TComboBox
- Left = 8
- Top = 33
- Width = 114
- Height = 21
- Style = csDropDownList
- Anchors = [akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- end
- object CodeBox: TComboBox
- Left = 8
- Top = 81
- Width = 114
- Height = 21
- Style = csDropDownList
- Anchors = [akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- end
- end
- object FindNewBox: TTntCheckBox
- Left = 216
- Top = 216
- Width = 268
- Height = 17
- Anchors = [akTop, akRight]
- Caption = 'Find &new files and Add to list'
- TabOrder = 4
- OnClick = FindNewBoxClick
- end
- end
-